function prototype meaning in English
函数原型
Examples
- Any function prototypes already present in the source file are ignored
忽略任何已在源文件中的函数原型。 - To make the list of function prototypes a part of your source file
使该函数原型列表成为源文件的一部分。 - Generates function prototypes
生成函数原型 - Generate function prototypes
生成函数原型 - The function prototype includes the function return type and an argument type list
函数原型包括函数返回类型和一个参数类型列表。